Skip to content

Conversation

@naasanov
Copy link
Collaborator

Created a backend service and router for searching through the entire database. The route takes a query string and searches each column in each table to see if there is a case insensitive partial match, including in each element for array valued columns. The route returns a list of objects with a type field that indicates what table the data is from, and a data field with the row result.

@naasanov naasanov requested a review from pmoharana-cmd April 28, 2025 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants